home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-09 | 1.3 KB | 34 lines | [TEXT/GEOL] |
- Item 1505334 6-Oct-89 21:17
-
- From: V0230 Trace, Laurence Kirsh,VAR
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: MABuild Questions
-
- I, like many others, it seems, am trying to understand the MABuild process. One
- thing that I'd like to do is execute some simple commands right after the
- application is built, and before the following lines in the MakeIt script:
-
- {MAEcho} {EchoOptions} " ∂"{ObjApp}Tree∂" # <- Execute to run your
- application"
- IF {XRunAfterBuild} =~ /TRUE/
- {MAEcho} {EchoOptions} "Running: ∂"{ObjApp}Tree∂""
- "{ObjApp}Tree"
- END
-
- The problem is that these lines appear to be written by Make. If I echo my
- commands from the MABuild script before Make is run, they would execute before
- the application is built (no good). And if I write them after Make is run, they
- follow the above lines, and, when {XRunAfterBuild} is True, never get executed.
- I suppose I could set -NoRun, add my commands after these, then include my own
- "{ObjApp}Tree" call; but I was trying to work with MABuild, not against it. Are
- these lines actually written by Make? It seems an odd thing for Make to output.
-
- Also, there are two Pascal compiler options that I haven't found documented.
- They are $F+ and $I+. What are these for?
-
- Thanks for any help,
- John MacVeigh
-
-